How to Install gcc-arm-linux-androideabi software package in Ubuntu 16.04 LTS (Xenial Xerus)

How to Install gcc-arm-linux-androideabi software package in Ubuntu 16.04 LTS (Xenial Xerus)

gcc-arm-linux-androideabi software package provides cross toolchain and binutils for Android/Bionic on ARM, you can install in your Ubuntu 16.04 LTS (Xenial Xerus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install gcc-arm-linux-androideabi 

gcc-arm-linux-androideabi is installed in your system.

Make ensure the gcc-arm-linux-androideabi package were installed using the commands given below,

$ sudo dpkg-query -l | grep gcc-arm-linux-androideabi *

You will get with gcc-arm-linux-androideabi package name, version, architecture and description in a table

gcc-arm-linux-androideabi package basic information:

Distro Ubuntu 16 04 lts xenial xerus
Section Development
Package gcc-arm-linux-androideabi
Version 0.20130705.1-0ubuntu9
Description cross toolchain and binutils for Android/Bionic on ARM
Sub Section Devel


See Also, How to uninstall or remove gcc-arm-linux-androideabi software package from Ubuntu 16.04 LTS (Xenial Xerus) ?